home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / axf_64_a.lha / README < prev   
Text File  |  1995-01-01  |  2KB  |  56 lines

  1. WHAT:
  2. Emulator of C= 64 for Amiga computers with 68020 or higher.
  3.  
  4. WHY:
  5. Because A64 (both 2.0 and 3.0) sucks IMO. And I think the Amiga deserves
  6. good emulators like the PC has.
  7.  
  8. HOW:
  9. First you need 3 files: C64.BASIC, C64.KERNAL, C64.CHARSET.
  10. These are just dumps of real C= 64 roms. They are not included because of
  11. legal reasons, but I think several other emulators actually include them.
  12. Put these files in the current directory or in the same directory you store
  13. the executable.
  14. You can now start the emulator. You can LOAD files that are in RAM: or C64:
  15. (assign it where you have you your files). The fileformat is the same as
  16. A64 uses. Disk images are not supported.
  17. The keyboard is mapped nearly 100% like a real C= 64 so the keys wont
  18. always match the Amiga keyboard. The RESTORE key is not mapped at all.
  19. The joystick port of your Amiga maps to both C= 64 joystick ports.
  20. Bank switching is supported (but I think there might be a bug in it.
  21. Anyone?)
  22. Hires character mode is the only mode supported.
  23. Sound isn't supported.
  24. There is no restart option, you have to quit the emulator with the ESCAPE
  25. key or left mouse button.
  26.  
  27. SPEED:
  28. No. Unless you have an 040/060 that can write 7M/s to chipram. Then perhaps.
  29. Unlike many other emulators the relative speed of the screen update and the
  30. cpu speed does not change, it will always run internally like a 1MHz PAL
  31. C= 64, and never faster than a real C= 64.
  32.  
  33. WHY SELECT AXF-64:
  34. It does a few things that A64 doesn't. It can do raster bars. It can do
  35. raster interrupts and screen changes on a per line basis. It was made with
  36. big cpus in mind.
  37.  
  38. TODO:
  39. First to come is multicolour character mode. I have ideas and all, but I
  40. need to test a little to see if I can make it fast enough.
  41. AGA support. Not only align bitplanes for more DMA time under AGA, but also
  42. use other algorithms to reduce chip bus activity.
  43. Sprites. I have code and ideas for that too.
  44. Bitmap modes.
  45. All timers. I have ready code for that too.
  46. Sound. Not sure what to do with this. Perhaps kludge in something with
  47. PlaySID?
  48. Support disk images.
  49. Make different screen update modes for different configurations.
  50.  
  51. Since I'm doing my military service at the moment updates may be far and
  52. few between, and I wont have any email until summer 1995.
  53. I'll snailmail new updates to a friend of mine who will upload them.
  54.  
  55. -Børge Nøst
  56.